home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / power / setup.exe / {app} / POWERARC.EXE / 0 / RCDATA / TEXTRACTFORM / TEXTRACTFORM.txt
Text File  |  2004-04-06  |  4KB  |  207 lines

  1. object ExtractForm: TExtractForm
  2.   Left = 226
  3.   Top = 206
  4.   Width = 496
  5.   Height = 371
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   BorderIcons = [biSystemMenu, biMaximize]
  9.   Caption = 'Extract'
  10.   Color = clBtnFace
  11.   ParentFont = True
  12.   KeyPreview = True
  13.   OldCreateOrder = True
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   OnKeyDown = FormKeyDown
  17.   OnKeyPress = FormKeyPress
  18.   OnResize = FormResize
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object ExtractToL: TLabel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 185
  26.     Height = 13
  27.     AutoSize = False
  28.     Caption = 'E&xtract to:'
  29.     FocusControl = Destination
  30.   end
  31.   object FolderDrivesL: TLabel
  32.     Left = 227
  33.     Top = 56
  34.     Width = 121
  35.     Height = 13
  36.     AutoSize = False
  37.     Caption = '&Folders/drives:'
  38.   end
  39.   object Bevel1: TBevel
  40.     Left = 4
  41.     Top = 302
  42.     Width = 479
  43.     Height = 8
  44.     Shape = bsTopLine
  45.   end
  46.   object Destination: TComboBox
  47.     Left = 8
  48.     Top = 24
  49.     Width = 441
  50.     Height = 21
  51.     ItemHeight = 13
  52.     TabOrder = 0
  53.     OnChange = DestinationChange
  54.   end
  55.   object FilesGroup: TGroupBox
  56.     Left = 8
  57.     Top = 56
  58.     Width = 209
  59.     Height = 89
  60.     Caption = ' Files '
  61.     TabOrder = 2
  62.     object SelectedFiles: TRadioButton
  63.       Left = 8
  64.       Top = 16
  65.       Width = 193
  66.       Height = 17
  67.       Caption = '&Selected files'
  68.       TabOrder = 0
  69.     end
  70.     object AllFilesButt: TRadioButton
  71.       Left = 8
  72.       Top = 40
  73.       Width = 193
  74.       Height = 17
  75.       Caption = '&All files'
  76.       TabOrder = 1
  77.     end
  78.     object CFiles: TRadioButton
  79.       Left = 8
  80.       Top = 64
  81.       Width = 57
  82.       Height = 17
  83.       Caption = 'F&iles:'
  84.       TabOrder = 2
  85.       OnClick = CFilesClick
  86.     end
  87.     object FileSpec: TEdit
  88.       Left = 64
  89.       Top = 62
  90.       Width = 137
  91.       Height = 21
  92.       TabOrder = 3
  93.       Text = 'FileSpec'
  94.       OnEnter = FileSpecEnter
  95.     end
  96.   end
  97.   object treelist: TFolderTree
  98.     Left = 227
  99.     Top = 72
  100.     Width = 254
  101.     Height = 195
  102.     Active = True
  103.     FolderOptions = [foNetworkNeighborhood]
  104.     OnChange = TreeListChange
  105.     Indent = 19
  106.     ParentShowHint = False
  107.     ShowHint = False
  108.     TabOrder = 4
  109.   end
  110.   object ExplorerButt: TButton
  111.     Left = 457
  112.     Top = 24
  113.     Width = 25
  114.     Height = 21
  115.     Caption = '->'
  116.     TabOrder = 1
  117.     OnClick = ExploreButtClick
  118.   end
  119.   object NewFolderButt: TButton
  120.     Left = 381
  121.     Top = 272
  122.     Width = 99
  123.     Height = 25
  124.     Caption = '&New Folder...'
  125.     TabOrder = 5
  126.     OnClick = NewFolderButtClick
  127.   end
  128.   object ExtractButt: TButton
  129.     Left = 247
  130.     Top = 309
  131.     Width = 75
  132.     Height = 25
  133.     Caption = '&Extract'
  134.     Default = True
  135.     TabOrder = 6
  136.     OnClick = ExtractButtClick
  137.   end
  138.   object CancelButt: TButton
  139.     Left = 327
  140.     Top = 309
  141.     Width = 75
  142.     Height = 25
  143.     Caption = '&Cancel'
  144.     TabOrder = 7
  145.     OnClick = CancelButtClick
  146.   end
  147.   object HelpButt: TButton
  148.     Left = 409
  149.     Top = 309
  150.     Width = 75
  151.     Height = 25
  152.     Caption = '&Help'
  153.     TabOrder = 8
  154.     OnClick = HelpButtClick
  155.   end
  156.   object ElGroupBox1: TGroupBox
  157.     Left = 8
  158.     Top = 162
  159.     Width = 209
  160.     Height = 89
  161.     Caption = ' Options '
  162.     TabOrder = 3
  163.     object OverwriteExisting: TCheckBox
  164.       Left = 8
  165.       Top = 16
  166.       Width = 193
  167.       Height = 17
  168.       Caption = '&Overwrite existing files'
  169.       TabOrder = 0
  170.     end
  171.     object UseFolderNames: TCheckBox
  172.       Left = 8
  173.       Top = 40
  174.       Width = 193
  175.       Height = 17
  176.       Caption = 'Do not extract &pathnames'
  177.       TabOrder = 1
  178.     end
  179.     object CheckBox1: TCheckBox
  180.       Left = 8
  181.       Top = 64
  182.       Width = 193
  183.       Height = 17
  184.       Caption = 'Open fol&der after extracting'
  185.       TabOrder = 2
  186.     end
  187.   end
  188.   object FormPlacement1: TFormPlacement
  189.     MinMaxInfo.MinTrackHeight = 373
  190.     MinMaxInfo.MinTrackWidth = 498
  191.     UseRegistry = True
  192.     Left = 224
  193.     Top = 72
  194.   end
  195.   object FormStorage1: TFormStorage
  196.     Options = [fpActiveControl]
  197.     UseRegistry = True
  198.     StoredProps.Strings = (
  199.       'OverwriteExisting.Checked'
  200.       'UseFolderNames.Checked'
  201.       'CheckBox1.Checked')
  202.     StoredValues = <>
  203.     Left = 256
  204.     Top = 72
  205.   end
  206. end
  207.